ListLevelLabelAlignmentLabelFollowedBy Property

Specifies the character that is inserted behind a list label. The defined values are: -listtab: a tab character is inserted after a list label before the text starts. -nothing: text starts directly after a list label. -space: a SPACE (U+0020) character is inserted after a list label before the text starts.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public LabelFollowedBy LabelFollowedBy { get; set; }

Property Value

LabelFollowedBy

See Also